home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Developer CD 2.1
/
Amiga Developer CD v2.1.iso
/
CD32
/
CD32_Support
/
examples
/
SA_Examples
/
graphics
/
wchunky
/
smakefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1996-03-17
|
140 b
|
9 lines
CFLAGS = nostackcheck structureequivalence
LIBS = lib:debug.lib
all: wchunky
wchunky: wchunky.c
sc $(CFLAGS) link wchunky.c lib $(LIBS)